﻿2026-07-22T18:44:23.4196493Z ##[group]Run actions/checkout@v5
2026-07-22T18:44:23.4196966Z with:
2026-07-22T18:44:23.4197219Z   repository: BigscreenVR/spt-bs-core
2026-07-22T18:44:23.4199738Z   token: ***
2026-07-22T18:44:23.4199970Z   ssh-strict: true
2026-07-22T18:44:23.4200199Z   ssh-user: git
2026-07-22T18:44:23.4200437Z   persist-credentials: true
2026-07-22T18:44:23.4200696Z   clean: true
2026-07-22T18:44:23.4200931Z   sparse-checkout-cone-mode: true
2026-07-22T18:44:23.4201211Z   fetch-depth: 1
2026-07-22T18:44:23.4201435Z   fetch-tags: false
2026-07-22T18:44:23.4201683Z   show-progress: true
2026-07-22T18:44:23.4201916Z   lfs: false
2026-07-22T18:44:23.4202134Z   submodules: false
2026-07-22T18:44:23.4202367Z   set-safe-directory: true
2026-07-22T18:44:23.4202639Z   allow-unsafe-pr-checkout: false
2026-07-22T18:44:23.4202909Z env:
2026-07-22T18:44:23.4203126Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-22T18:44:23.4203430Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-22T18:44:23.4203716Z ##[endgroup]
2026-07-22T18:44:23.6078774Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T18:44:23.6079890Z ##[group]Getting Git version info
2026-07-22T18:44:23.6080379Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-22T18:44:23.6319421Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-22T18:44:23.7136971Z git version 2.43.0.windows.1
2026-07-22T18:44:23.7161270Z ##[endgroup]
2026-07-22T18:44:23.7169454Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\5db6a6b8-1d74-4c44-affb-610787055de9\.gitconfig'
2026-07-22T18:44:23.7182822Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\5db6a6b8-1d74-4c44-affb-610787055de9' before making global git config changes
2026-07-22T18:44:23.7183811Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T18:44:23.7187933Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-22T18:44:24.0415040Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-22T18:44:24.4515293Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T18:44:24.4543521Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T18:44:24.4548068Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T18:44:24.5737540Z refs/heads/main
2026-07-22T18:44:24.5770825Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-07-22T18:44:24.6156405Z HEAD is now at 7c0f12d6 Merge pull request #60 from BigscreenVR/build/daemon-lifecycle-w3
2026-07-22T18:44:24.7273251Z ##[endgroup]
2026-07-22T18:44:24.7277351Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-22T18:44:25.2547328Z ##[group]Cleaning the repository
2026-07-22T18:44:25.2552435Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-22T18:44:29.1605477Z Removing target/
2026-07-22T18:44:29.1640786Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-22T18:44:29.3199211Z HEAD is now at 7c0f12d6 Merge pull request #60 from BigscreenVR/build/daemon-lifecycle-w3
2026-07-22T18:44:29.3229348Z ##[endgroup]
2026-07-22T18:44:29.3235297Z ##[group]Disabling automatic garbage collection
2026-07-22T18:44:29.3242199Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-22T18:44:29.6239715Z ##[endgroup]
2026-07-22T18:44:29.6240647Z ##[group]Setting up auth
2026-07-22T18:44:29.6248704Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-22T18:44:29.6540093Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-22T18:44:30.2999133Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T18:44:30.3273002Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-22T18:44:31.2909274Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T18:44:31.3150235Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-22T18:44:33.0633050Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-22T18:44:33.2941387Z ##[endgroup]
2026-07-22T18:44:33.2941807Z ##[group]Fetching the repository
2026-07-22T18:44:33.2952299Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7c0f12d6eab59c52a3ecae81a26ea68a0b6520c9:refs/remotes/origin/main
2026-07-22T18:44:34.0595375Z ##[endgroup]
2026-07-22T18:44:34.0595760Z ##[group]Determining the checkout info
2026-07-22T18:44:34.0596728Z ##[endgroup]
2026-07-22T18:44:34.0601957Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-22T18:44:34.0931499Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-22T18:44:34.1209382Z ##[group]Checking out the ref
2026-07-22T18:44:34.1214273Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-07-22T18:44:34.1763908Z branch 'main' set up to track 'origin/main'.
2026-07-22T18:44:34.1764158Z Your branch is up to date with 'origin/main'.
2026-07-22T18:44:34.1764437Z Switched to and reset branch 'main'
2026-07-22T18:44:34.1803245Z ##[endgroup]
2026-07-22T18:44:34.2112490Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-22T18:44:34.3393257Z 7c0f12d6eab59c52a3ecae81a26ea68a0b6520c9
